Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: remove console.log
  • Loading branch information
zerob13 committed Jul 7, 2025
commit 8a1a78a29ede8178fb4fd45e5d1d99e14988c55d
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class _302AIProvider extends OpenAICompatibleProvider {
protected async fetchOpenAIModels(options?: { timeout: number }): Promise<MODEL_META[]> {
try {
const response = await this.openai.models.list(options)
console.log('302AI models response:', JSON.stringify(response, null, 2))
// console.log('302AI models response:', JSON.stringify(response, null, 2))

const models: MODEL_META[] = []

Expand Down