Spaces:
Running
Running
Add Ollama model name example
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ with st.sidebar:
|
|
159 |
|
160 |
if RUN_IN_OFFLINE_MODE:
|
161 |
llm_provider_to_use = st.text_input(
|
162 |
-
label='2: Enter Ollama model name to use:',
|
163 |
help=(
|
164 |
'Specify a correct, locally available LLM, found by running `ollama list`, for'
|
165 |
' example `mistral:v0.2` and `mistral-nemo:latest`. Having an Ollama-compatible'
|
|
|
159 |
|
160 |
if RUN_IN_OFFLINE_MODE:
|
161 |
llm_provider_to_use = st.text_input(
|
162 |
+
label='2: Enter Ollama model name to use (e.g., mistral:v0.2):',
|
163 |
help=(
|
164 |
'Specify a correct, locally available LLM, found by running `ollama list`, for'
|
165 |
' example `mistral:v0.2` and `mistral-nemo:latest`. Having an Ollama-compatible'
|