Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Construct Knowledge Assets based on the whole conversation instead of only the reply #2

Open
brkagithub opened this issue Jan 14, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@brkagithub
Copy link
Collaborator

In the dkgInsert.ts file, the knowledge asset is currently constructed base on only the latest user query. We should make it so that it is based on the whole conversation up to that point. Instead of _state.currentPost, the whole conversation should be extracted from the state, and passed to the constructKnowledgeAsset function.

@brkagithub brkagithub added the enhancement New feature or request label Jan 14, 2025
brkagithub pushed a commit that referenced this issue Jan 23, 2025
brkagithub pushed a commit that referenced this issue Jan 23, 2025
brkagithub pushed a commit that referenced this issue Jan 23, 2025
* add livepeer on index.ts as llm provider

* updated livepeer models

* add livepeer as llm provider

* add retry logic on livepeer img gen

* add handlelivepeer

* update test

* add livepeer model keys on .example.env

* Merge pull request #2 from Titan-Node/livepeer-doc-updates

Updated docs for Livepeer LLM integration

* add endpoint on livepeer on models.ts

* edit livepeer model config at model.ts

* Add Livepeer to image gen plugin environments

Fixes this error
```
Error handling message: Error: Image generation configuration validation failed:
: At least one of ANTHROPIC_API_KEY, NINETEEN_AI_API_KEY, TOGETHER_API_KEY, HEURIST_API_KEY, FAL_API_KEY, OPENAI_API_KEY or VENICE_API_KEY is required
    at validateImageGenConfig (file:///root/eliza-test/eliza-livepeer-integration/packages/plugin-image-generation/dist/index.js:38:19)
```

* add comments on livepeer model sizes

* remove retry logic from livepeer generate text and img

* Fixed .env naming convention and fixed mismatch bug within code

* add bearer on livepeer calls

* change in parsing to accomodate for new livepeer update

* addadd nineteen api key on the message

---------

Co-authored-by: Titan Node <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant