-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(openai): user key now used for llm model
- Loading branch information
1 parent
33481eb
commit c01433c
Showing
4 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export const GITHUB_URL = "https://github.com/stangirard/quivr"; | ||
export const TWITTER_URL = "https://twitter.com/quivr_brain"; | ||
export const DISCORD_URL = "https://discord.gg/HUpRgp2HG8"; | ||
export const DEFAULT_BACKEND_URL = "http://localhost:5000"; | ||
export const DEFAULT_BACKEND_URL = "http://localhost:5050"; |