Remove openpipe object from config (#190)
* Remove openpipe object from config * Remove comment
This commit is contained in:
@@ -17,13 +17,7 @@ try {
|
|||||||
// Set a dummy key so it doesn't fail at build time
|
// Set a dummy key so it doesn't fail at build time
|
||||||
config = {
|
config = {
|
||||||
apiKey: env.OPENAI_API_KEY ?? "dummy-key",
|
apiKey: env.OPENAI_API_KEY ?? "dummy-key",
|
||||||
openpipe: {
|
|
||||||
apiKey: env.OPENPIPE_API_KEY,
|
|
||||||
baseUrl: "http://localhost:3000/api/v1",
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// export const openai = env.OPENPIPE_API_KEY ? new OpenAI.OpenAI(config) : new OriginalOpenAI(config);
|
|
||||||
|
|
||||||
export const openai = new OpenAI(config);
|
export const openai = new OpenAI(config);
|
||||||
|
|||||||
Reference in New Issue
Block a user