Skip to content

Commit

Permalink
add o3-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Feb 3, 2025
1 parent 2e3fc37 commit 5caafd4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deployment/kustomizations/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ data:
n: 1
seed: 0
max_tokens: 4096
- model: o3-mini-2025-01-31
api_base: https://api.openai.com/v1
api_key_name: LLM_OPENAI_API_KEY
kwargs:
n: 1
seed: 0
max_completion_tokens: 4096
reasoning_effort: low
---
type: embedder
Expand Down
8 changes: 8 additions & 0 deletions docker/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ models:
# for better consistency of llm response, refer: https://platform.openai.com/docs/api-reference/chat/create#chat-create-seed
seed: 0
max_tokens: 4096
- model: o3-mini-2025-01-31
api_base: https://api.openai.com/v1
api_key_name: LLM_OPENAI_API_KEY
kwargs:
n: 1
seed: 0
max_completion_tokens: 4096
reasoning_effort: low

---
type: embedder
Expand Down

0 comments on commit 5caafd4

Please sign in to comment.