We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97747a commit 82233deCopy full SHA for 82233de
packages/tasks/src/local-apps.ts
@@ -88,7 +88,7 @@ client = OpenAI(
88
api_key="token-abc123",
89
)
90
completion = client.chat.completions.create(
91
- model="mistralai/Mistral-7B-Instruct-v0.1",
+ model=${model.id},
92
messages=[
93
{"role": "user", "content": "Hello!"}
94
]
0 commit comments