Skip to content

Commit

Permalink
change hcone to helicone
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian committed Aug 6, 2024
1 parent 4d35620 commit e59965d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bifrost/app/blog/blogs/first-ai-app-with-helicone/src.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ As a non-technical user, whenever I encounter a product that requires me to use

**Integration**

**<span style={{color: '#0ea5e9'}}>With Helicone, the integration was pretty straightforward.</span>** I just had to change my endpoint from Open AI to the Open AI custom domain that Helicone provided: `https://oai.hconeai.com/v1` and it stored all my AI requests in an exportable table.
**<span style={{color: '#0ea5e9'}}>With Helicone, the integration was pretty straightforward.</span>** I just had to change my endpoint from Open AI to the Open AI custom domain that Helicone provided: `https://oai.helicone.ai/v1` and it stored all my AI requests in an exportable table.

![1-line integration](/static/blog/first-ai-app/integration.webp)

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/integration-method/vercelai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ HELICONE_API_KEY=<your API key>
import { createOpenAI } from "@ai-sdk/openai";

const openai = createOpenAI({
baseURL: "https://oai.hconeai.com/v1",
baseURL: "https://oai.helicone.ai/v1",
headers: {
"Helicone-Auth": `Bearer ${process.env.HELICONE_API_KEY}`,
},
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/anthropic/curl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description: "Use cURL to integrate Anthropic with Helicone to log your Anthropi

```bash
curl --request POST \
--url https://anthropic.hconeai.com/v1/messages \
--url https://anthropic.helicone.ai/v1/messages \
--header 'Content-Type: application/json' \
--header 'Helicone-Auth: Bearer <<YOUR_HELICONE_API_KEY>>' \
--header 'User-Agent: insomnia/8.6.1' \
Expand Down

0 comments on commit e59965d

Please sign in to comment.