mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
perf: 更新gpt的一些模型
This commit is contained in:
parent
1128db184e
commit
a33d95f2c1
@ -167,7 +167,7 @@ services:
|
||||
|
||||
ai:
|
||||
container_name: "dootask-ai-${APP_ID}"
|
||||
image: "kuaifan/dooai:0.2.0"
|
||||
image: "kuaifan/dooai:0.2.1"
|
||||
networks:
|
||||
extnetwork:
|
||||
ipv4_address: "${APP_IPPR}.12"
|
||||
|
||||
@ -10,8 +10,10 @@
|
||||
</FormItem>
|
||||
<FormItem :label="$L('模型')" prop="openai_model">
|
||||
<Select v-model="formData.openai_model" placement="top" transfer>
|
||||
<Option value="gpt-4o">gpt-4o</Option>
|
||||
<Option value="gpt-4o-mini">gpt-4o-mini</Option>
|
||||
<Option value="gpt-4-turbo">gpt-4-turbo</Option>
|
||||
<Option value="gpt-3.5-turbo">gpt-3.5-turbo</Option>
|
||||
<Option value="gpt-4">gpt-4</Option>
|
||||
</Select>
|
||||
<div class="form-tip">{{$L('查看说明')}} <a href="https://platform.openai.com/docs/models" target="_blank">https://platform.openai.com/docs/models</a></div>
|
||||
</FormItem>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user