Skip to content

Commit 24b6160

Browse files
mareklibraeloycoto
authored andcommitted
document LLAMA_MODEL
Signed-off-by: Marek Libra <marek.libra@gmail.com>
1 parent 6269921 commit 24b6160

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,18 +142,23 @@ source test-functions.sh
142142
# Source the functions
143143
source test-functions.sh
144144

145-
# List available models
146-
llama::list_models
147-
# Output: gemma3:27b-it-qat
148-
149145
# List providers
150146
llama::list_providers
151147
# Output:
152-
# ollama
153-
# model-context-protocol
154148
# meta-reference
149+
# vllm-inference
150+
# google-vertex
151+
# model-context-protocol
152+
#meta-reference
153+
154+
# List available models from providers
155+
llama::list_models
156+
# Output: vertex_ai/gemini-2.5-flash
157+
158+
# set model for next function calls
159+
export LLAMA_MODEL=vertex_ai/gemini-2.5-flash
155160

156-
# Test chat completion (may require Ollama to be running with the model)
161+
# Test chat completion (requires correct LLAMA_MODEL env variable)
157162
llama::chat_completion
158163
```
159164

0 commit comments

Comments
 (0)