- LangChain
- gpt_index
- Fabius
Integrating with Langchain is super easy! Just change the base_url
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export OPENAI_API_BASE="https://oai.helicone.ai/v1"
python3 you_lang_chain_program.py
export OPENAI_API_BASE="https://oai.helicone.ai/v1"
python3 you_lang_chain_program.py
package main
import "github.com/fabiustech/openai"
func main() {
var client = openai.NewClient("your token")
client.SetBaseURL("https://oai.helicone.ai/v1")
// Your code goes here!
}
Was this page helpful?