Colin Chen

Results 7 issues of Colin Chen

MyTool类里面定义了图片的文件路径是c:/uploads,所以在我的电脑上我的图片文件夹路径是这个,因为你第一次运行项目,所以,你只有一个空文件夹。你需要重新上传文件,c:/uploads下,才会有图片。另外css的url报错,可能是我删除了一些css,也可能是我后来设置了拦截器

question

请看我的readme,管理员账号和密码都是admin。学生的密码是:123456

### Feature Description Streaming assistant api is now available. https://community.openai.com/t/streaming-is-now-available-in-the-assistants-api/682011 https://platform.openai.com/docs/assistants/overview?context=with-streaming ### Reason _No response_ ### Value of Feature _No response_

enhancement
triage
stale

### Feature Description add a new props into UseAssistantOptions ### Use Case After response stream finished, we might need to save the assistant message into db ### Additional context _No...

enhancement
ai/ui

For this code ```javascript const filePath = `${RNFS.DocumentDirectoryPath}/whisper/ggml-tiny.en.bin` const sampleFilePath = `${RNFS.DocumentDirectoryPath}/youtube_audio_3LopI4YeC4I.wav` const whisperContext = await initWhisper({ filePath }) const options = { language: 'en' } const { stop, promise...

help wanted

Like the implemented feature in llama-index python version ```py agent = OpenAIAssistantAgent.from_existing( assistant_id="asst_xxx", thread_id="thread_xxx", # thread_id: Optional[str] = None, tools=[query_engine_tool], verbose=True, run_retrieve_sleep_time=1.0, ) ```

enhancement
good first issue