mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-16 10:02:30 +03:00
68642afbb8
* feat: add chat api * refactor(MicButton): move related hook * feat: add nock http call example * test(useChatApi): add unit tests
5 lines
247 B
TypeScript
5 lines
247 B
TypeScript
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";
|