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 ee1c0a8 commit 1ddd5a4Copy full SHA for 1ddd5a4
1 file changed
pkg/aiusechat/usechat.go
@@ -29,8 +29,6 @@ const DefaultAPI = APIType_OpenAI
29
const DefaultAnthropicModel = "claude-sonnet-4-20250514"
30
const DefaultAIEndpoint = "https://cfapi.waveterm.dev/api/waveai"
31
const DefaultMaxTokens = 4 * 1024
32
-
33
-const DefaultOpenAIEndpoint = "https://api.openai.com/v1/responses"
34
const DefaultOpenAIModel = "gpt-5-mini"
35
36
var SystemPromptText = strings.Join([]string{
0 commit comments