feat: add OpenAI provider integration and examples
This commit is contained in:
@ -31,6 +31,8 @@
|
||||
"ai",
|
||||
"claude",
|
||||
"anthropic",
|
||||
"openai",
|
||||
"gpt",
|
||||
"provider",
|
||||
"typescript",
|
||||
"nodejs"
|
||||
@ -42,7 +44,8 @@
|
||||
"url": "https://gitea.jleibl.net/jleibl/simple-ai-provider.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "^0.52.0"
|
||||
"@anthropic-ai/sdk": "^0.52.0",
|
||||
"openai": "^4.103.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
|
Reference in New Issue
Block a user