@agentier/openai
v1.0.1
Published
OpenAI-compatible provider for agentier — supports GPT, Ollama, Groq, Together
Readme
@agentier/openai
OpenAI-compatible provider for agentier — works with GPT, Ollama, Groq, Together, and any OpenAI-compatible API.
Install
npm install @agentier/openai @agentier/coreUsage
import { createAgent } from '@agentier/core'
import { openai } from '@agentier/openai'
const agent = createAgent({
provider: openai({ model: 'gpt-4o', apiKey: process.env.OPENAI_API_KEY }),
})
const result = await agent.run('Hello!')Documentation
Full docs and examples: github.com/itIsMaku/agentier
License
MIT
