-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Install llm-core * Use core in RMQ * Use config.py as core duplicate * Use core in model * Updated diana config * Updated readme * Fix embeddings output type * Fix model variable duplicate * Added num_parallel_processes parameter * Fix Dict type def * Init all abstract methods * Fix _score call * chatgpt -> chat_gpt * Use pass instead of None
- Loading branch information
1 parent
dba3c61
commit ae382f4
Showing
6 changed files
with
142 additions
and
135 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 was deleted.
Oops, something went wrong.
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 @@ | ||
# model | ||
openai~=0.27 | ||
neon-mq-connector~=0.7 | ||
ovos-utils~=0.0.32 | ||
ovos-config~=0.0.10 | ||
# networking | ||
neon_llm_core==0.0.6 |