Skip to content

Commit 82233de

Browse files
authored
Update local-apps.ts
fix dynamic model ids
1 parent f97747a commit 82233de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ client = OpenAI(
8888
api_key="token-abc123",
8989
)
9090
completion = client.chat.completions.create(
91-
model="mistralai/Mistral-7B-Instruct-v0.1",
91+
model=${model.id},
9292
messages=[
9393
{"role": "user", "content": "Hello!"}
9494
]

0 commit comments

Comments
 (0)