Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
plutoless created a comment on an issue on TEN-framework/TEN-Agent
@Greatz08 if this is the case, it looks like you are pretty familiar with starting litellm and use it as a proxy server? i can see litellm is fully openai api compatible. if you are launching a pro...
plutoless created a comment on an issue on TEN-framework/TEN-Agent
@liancoder deepseek is openai api compatible. you can use the playground, choose voice_assistant / voice_assistant_stt_integrated(if you are using azure STT). use module picker to pick openai l...
plutoless created a comment on an issue on TEN-framework/TEN-Agent
> Is this project alive and kicking or is it a dud? yes it's alive. we are actively iterating it.
plutoless created a comment on an issue on TEN-framework/TEN-Agent
> ### Description > i would like a text input field in the playground to send messages to the ai in between conversations. i have found in the code something but i didn't managed to make it displa...
plutoless pushed 1 commit to feature/ten-0.5 TEN-framework/TEN-Agent
- fix: fix demo manifest & property 1f7c48b
plutoless pushed 1 commit to feature/ten-0.5 TEN-framework/TEN-Agent
- fix: fix gemini voice issue 349353c
plutoless pushed 1 commit to feature/ten-0.5 TEN-framework/TEN-Agent
- fix: fix all default graphs ae17c15
plutoless pushed 1 commit to feature/ten-0.5 TEN-framework/TEN-Agent
- fix: fixed manifest for tools 3944cf1
plutoless pushed 1 commit to feature/ten-0.5 TEN-framework/TEN-Agent
- fix: enalbe pyright & fix all async/await issues c4aad3b
plutoless pushed 1 commit to feature/ten-0.5 TEN-framework/TEN-Agent
- feat: add install-tools script & upgrade RTM 8c6a499
plutoless pushed 1 commit to feature/ten-0.5 TEN-framework/TEN-Agent
- feat: move lint after deps install 03d7f35
plutoless pushed 1 commit to feature/ten-0.5 TEN-framework/TEN-Agent
- fix: fix all lint issues 2828b47
plutoless pushed 1 commit to feature/ten-0.5 TEN-framework/TEN-Agent
- fix: keep adding lint fix cf7f048
plutoless created a comment on an issue on TEN-framework/TEN-Agent
it's a known issue that currently setting voice with google-genai lib will result in an error, that's why we commented it out for now. https://github.com/TEN-framework/TEN-Agent/blob/470b44169ecc9...
plutoless created a comment on an issue on TEN-framework/TEN-Agent
currently we do have pre-defined graph which support using the same model - say if you chat via openai llm, you can use openai llm's image query to support video understanding. you can easily achie...
plutoless created a comment on an issue on TEN-framework/TEN-Agent
check the doc here for how to run demo project. https://doc.theten.ai/ten-agent/quickstart note you will need to provide the keys yourself in .env
plutoless pushed 1 commit to feature/ten-0.5 TEN-framework/TEN-Agent
- fix: fix upgrade errors bec4301