TEN-framework / TEN-Agent

TEN Agent is the world’s first real-time multimodal agent integrated with the OpenAI Realtime API, RTC, and features weather checks, web search, vision, and RAG capabilities.
https://agent.theten.ai/
Apache License 2.0
1.45k stars 170 forks source link

[BUG] The letter U to mean You looks pretty naff #407

Open plutoless opened 4 days ago

plutoless commented 4 days ago

Description

the icon of new ui is not friendly

Environment

linux

Steps to reproduce

any talking

Expected behavior

the icon should be friendly

Actual behavior

it's not

Severity

Minor

Additional Information

Screenshot 2024-11-13 at 09 26 05

cyfyifanchen commented 3 days ago

Removing U, keep the avatar area empty, like the below image.

image
malikrohail commented 1 day ago

can i fix this

cyfyifanchen commented 1 day ago

@malikrohail go for it.

malikrohail commented 1 day ago

on it

malikrohail commented 5 hours ago

quick question: do i need to set up agora ap id and app certificate to run it locally?

malikrohail commented 5 hours ago

also am i suppose to set up the endpoints for the private keys mentioned in readme page or all the templates given in .env file( such as firebase, gemini api, azure, stuff ) ??

cyfyifanchen commented 4 hours ago

quick question: do i need to set up agora ap id and app certificate to run it locally?

agora app id is required, certificate is not, it shouldn't take more than 1 minute to do so at console.agora.io

cyfyifanchen commented 4 hours ago

also am i suppose to set up the endpoints for the private keys mentioned in readme page or all the templates given in .env file( such as firebase, gemini api, azure, stuff ) ??

Right, we recommend to do so altho it is a simple UI fix. That way, you get a feel of it and you can test and play with it.

malikrohail commented 3 hours ago

Is there like a proper guide, with documentation for each API key port. I'm unable to find few of them online, as some of them are not native to the US.

`WEATHERAPI_API_KEY= MINIMAX_TTS_API_KEY= MINIMAX_TTS_GROUP_ID= Extension: cartesia_tts

Extension: aliyun_analyticdb_vector_storage

ALIBABA_CLOUD_ACCESS_KEY_ID= ALIBABA_CLOUD_ACCESS_KEY_SECRET= ALIYUN_ANALYTICDB_ACCOUNT= ALIYUN_ANALYTICDB_ACCOUNT_PASSWORD= ALIYUN_ANALYTICDB_INSTANCE_ID=CARTESIA_API_KEY=

COSY_TTS_KEY= OPENAI_REALTIME_API_KEY= (is this same as open ai key)

`

cyfyifanchen commented 2 hours ago

You don't have to have all the keys in .env, to do this task, having OpenAI key and agora id will be enough.