Skip to content

Commit

Permalink
one more straggler
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Jan 8, 2025
1 parent 7223f26 commit 0b2b047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/instrumentation-openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ ollama serve

# When using Ollama, we default to qwen2.5:0.5b, which is a small model. You
# can choose a larger one, or a different tool capable model like mistral-nemo.
export MODEL_CHAT=qwen2.5
ollama pull $MODEL_CHAT
export CHAT_MODEL=qwen2.5
ollama pull $CHAT_MODEL

OPENAI_BASE_URL=http://localhost:11434/v1 \
node use-chat.js
Expand Down

0 comments on commit 0b2b047

Please sign in to comment.