Skip to content

Commit

Permalink
Support conversation IDs (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Dec 7, 2023
1 parent 332b1af commit a591010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/update-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
RECORD_MANAGER_DB_URL: ${{ secrets.RECORD_MANAGER_DB_URL }}
VOYAGE_AI_MODEL: ${{ secrets.VOYAGE_AI_MODEL }}
VOYAGE_AI_URL: ${{ secrets.VOYAGE_AI_URL }}
VOYAGE_API_KEY: ${{ secrets.VOYAGE_API_KEY }}
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def create_chain(
)


add_routes(app, answer_chain, path="/chat", input_type=ChatRequest)
add_routes(app, answer_chain, path="/chat", input_type=ChatRequest, config_keys=["metadata"])


class SendFeedbackBody(BaseModel):
Expand Down

0 comments on commit a591010

Please sign in to comment.