Skip to content

Commit

Permalink
Update Langsmith project to 'uiuc-chat-production'
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Jun 21, 2024
1 parent 76f171e commit 1f633ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/api/chat/openaiFunctionCall/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export async function POST(req: Request) {

// Auto-trace LLM calls w/ langsmith
const openai = wrapOpenAI(new OpenAI({ apiKey: decryptedKey }), {
project_name: 'test-custom-logs',
project_name: 'uiuc-chat-production',
metadata: {
user_email: conversation.user_email,
conversation_id: conversation.id,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/api/UIUC-api/logConversationToSupabase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const logConversationToSupabase = async (req: any, res: any) => {
Assistant:
conversation.messages[conversation.messages.length - 1]?.content,
},
project_name: 'test-custom-logs',
project_name: 'uiuc-chat-production',
metadata: {
projectName: course_name,
conversation_id: conversation.id,
Expand Down

0 comments on commit 1f633ea

Please sign in to comment.