feat: add OpenAI provider integration and examples

This commit is contained in:
2025-05-28 12:04:10 +02:00
parent 42902445fb
commit aa2fd98cc1
9 changed files with 1061 additions and 17 deletions

View File

@ -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",