Skip to content

Commit

Permalink
Remove duplicate aiconfig
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
saqadri committed May 21, 2024
1 parent f720618 commit 956cdc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 71 deletions.
70 changes: 0 additions & 70 deletions cookbooks/Basic-Prompt-Routing/assistant_aiconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion cookbooks/Basic-Prompt-Routing/assistant_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# Get assistant response based on user prompt (prompt routing)
async def assistant_response(prompt):
config = AIConfigRuntime.load("assistant_aiconfig.json")
config = AIConfigRuntime.load("assistant.aiconfig.json")

params = {"student_question": prompt}

Expand Down

0 comments on commit 956cdc2

Please sign in to comment.