File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -142,18 +142,23 @@ source test-functions.sh
142142# Source the functions
143143source test-functions.sh
144144
145- # List available models
146- llama::list_models
147- # Output: gemma3:27b-it-qat
148-
149145# List providers
150146llama::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 )
157162llama::chat_completion
158163```
159164
You can’t perform that action at this time.
0 commit comments