Skip to content

Commit 9f81203

Browse files
committed
Remove restack ai base url
1 parent c69e4d3 commit 9f81203

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

agent-chat/src/utils/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const openaiClient = ({
1414

1515
if (!openaiInstance) {
1616
openaiInstance = new OpenAI({
17-
baseURL: "https://ai.restack.io",
1817
apiKey,
1918
});
2019
}

agent-rag/src/utils/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const openaiClient = ({
1414

1515
if (!openaiInstance) {
1616
openaiInstance = new OpenAI({
17-
baseURL: "https://ai.restack.io",
1817
apiKey,
1918
});
2019
}

agent-stream/src/utils/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const openaiClient = ({
1414

1515
if (!openaiInstance) {
1616
openaiInstance = new OpenAI({
17-
// baseURL: "https://ai.restack.io",
1817
apiKey,
1918
});
2019
}

agent-telephony/twilio-livekit/agent/src/utils/openaiClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const openaiClient = ({
1414

1515
if (!openaiInstance) {
1616
openaiInstance = new OpenAI({
17-
// baseURL: "https://ai.restack.io",
1817
apiKey,
1918
});
2019
}

agent-todo/src/utils/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const openaiClient = ({
1414

1515
if (!openaiInstance) {
1616
openaiInstance = new OpenAI({
17-
baseURL: "https://ai.restack.io",
1817
apiKey,
1918
});
2019
}

agent-tool/src/utils/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const openaiClient = ({
1414

1515
if (!openaiInstance) {
1616
openaiInstance = new OpenAI({
17-
baseURL: "https://ai.restack.io",
1817
apiKey,
1918
});
2019
}

agent-voice/livekit/agent/src/utils/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const openaiClient = ({
1414

1515
if (!openaiInstance) {
1616
openaiInstance = new OpenAI({
17-
// baseURL: "https://ai.restack.io",
1817
apiKey,
1918
});
2019
}

0 commit comments

Comments
 (0)