Skip to content

Commit

Permalink
Remove duplicate aiconfig (#1496)
Browse files Browse the repository at this point in the history
Remove duplicate aiconfig


Summary:

Test Plan:

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with
[ReviewStack](https://reviewstack.dev/lastmile-ai/aiconfig/pull/1496).
* __->__ #1496
* #1495
* #1494
* #1493
* #1492
  • Loading branch information
saqadri authored May 21, 2024
2 parents 80c9a89 + 956cdc2 commit f5e1713
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 f5e1713

Please sign in to comment.