Skip to content

Commit

Permalink
Added params to streamlit
Browse files Browse the repository at this point in the history
  • Loading branch information
leolivier committed Sep 14, 2024
1 parent e3a4d7f commit 6a75fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ streamlit_main()
```
And run `streamlit run auto_po_lyglot_ui.py`
Then, you can go to http://localhost:8501 and provide the necessary parameters. Most of them can be initialized based on the content of the .env file. A help button (with a '?') explains what to provide where.
You can provide almost all the parameters described after a '--' e.g.:
`streamlit run auto_po_lyglot_ui.py -- -l ollama -m phi3 -t 0.5`

## Running from the Command Line
**Usage:** `auto_po_lyglot [-h] [-p] [-l LLM] [-m MODEL] [-t TEMPERATURE] [--original_language ORIGINAL_LANGUAGE] [--context_language CONTEXT_LANGUAGE]
Expand Down

0 comments on commit 6a75fa1

Please sign in to comment.