Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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
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?