LiveTalking icon indicating copy to clipboard operation
LiveTalking copied to clipboard

你好 用写死到代码里的方式配置 llm key 和url 发现 发送信息没有回复,日志代码如下

Open sunreview opened this issue 1 month ago • 0 comments

def llm_response(message,nerfreal:BaseReal): start = time.perf_counter() from openai import OpenAI client = OpenAI( # 如果您没有配置环境变量,请在此处用您的API Key进行替换 api_key="sk-krJFkFO5gfJDex11BHLn5nl5e95QRtA4nRz9jScZ8duJdKuU", base_url="https://yunwu.ai/",

INFO:logger:------actual avg final fps:31.5440 INFO:logger:llm Time init: 0.6586887999992541s INFO:logger:llm Time to last chunk: 1.6445692999996027s INFO:logger:------actual avg final fps:31.8430

sunreview avatar Nov 22 '25 01:11 sunreview