mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use passed in model name in chat completion request
This commit is contained in:
parent
bd8004d1ae
commit
7331c415aa
10 changed files with 299 additions and 49 deletions
|
|
@ -22,12 +22,12 @@
|
|||
</natures>
|
||||
<filteredResources>
|
||||
<filter>
|
||||
<id>1739479945236</id>
|
||||
<id>1742579142020</id>
|
||||
<name></name>
|
||||
<type>30</type>
|
||||
<matcher>
|
||||
<id>org.eclipse.core.resources.regexFilterMatcher</id>
|
||||
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
||||
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
||||
</matcher>
|
||||
</filter>
|
||||
</filteredResources>
|
||||
|
|
|
|||
|
|
@ -14,11 +14,6 @@ llm_providers:
|
|||
model: gpt-4o-mini
|
||||
default: true
|
||||
|
||||
- name: gpt-3.5-turbo-0125
|
||||
access_key: $OPENAI_API_KEY
|
||||
provider_interface: openai
|
||||
model: gpt-3.5-turbo-0125
|
||||
|
||||
- name: gpt-4o
|
||||
access_key: $OPENAI_API_KEY
|
||||
provider_interface: openai
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue