-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sophia rename. Initial chat service * Update package-lock.json * Initial chat functionality * chore: Add allowImportingTsExtensions option to tsconfig.json * fix: add noEmit option to tsconfig.json * fix: Add spinner and emit message sent event * fix: Update chat-message.component.html with margin adjustments * fix: Update chat message component * feat: Add updatedAt field to Chat model * fix: Update LlmMessage interface and ChatMessageComponent * feat: Add chat message display without header * fix: Update chat component layout * fix: Update chat component layout * Update chat * Fix updatedAt and test user id * Update api-chat.service.spec.ts * disable default test * feat: Generate summary documentation for a project * feat: Update `generateFolderSummary` to include the parent summaries and other additions to the prompt * various updates * frontend lint * feat: Implement scrolling to the bottom of the chat after loading * fix: Resolve TypeScript error in ChatComponent * fix: Implement scrolling to bottom of chat after loading * feat: Add console logs for debugging chat component lifecycle hooks * fix: Implement scrolling improvements in chat component * fix: Implement scrolling improvements in ChatComponent * feat: Add LLM selection to chat controls * fix: Update chat controls component * fix: Resolve compile errors in ChatControlsComponent * feat: Implement shared LLM service and update components * feat: use LlmService to fetch LLMs * feat: Add LLM service * feat: add LlmService and import it in shared module * fix: Update ChatControlsComponent to use LlmService feat: Add error handling and retry logic to LlmService test: Add unit tests for LlmService * update chat * lint and test fix
- Loading branch information
1 parent
102d6c1
commit af46dbf
Showing
111 changed files
with
2,374 additions
and
908 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Convenience script for running Aider | ||
source variables/local.env | ||
export VERTEXAI_PROJECT=$GCLOUD_PROJECT | ||
export VERTEXAI_LOCATION=$GCLOUD_REGION | ||
export VERTEXAI_LOCATION=$GCLOUD_CLAUDE_REGION | ||
echo $VERTEXAI_PROJECT $VERTEXAI_LOCATION | ||
aider --model vertex_ai/claude-3-5-sonnet@20240620 |
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,2 +1,7 @@ | ||
# ChatBot | ||
# Slack Chat Bot | ||
|
||
Slack chatbot | ||
|
||
https://github.com/TrafficGuard/sophia/blob/main/src/modules/slack/slackChatBotService.ts | ||
|
||
Work in progress, documentation coming soon. |
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
Oops, something went wrong.