DynamesC
DynamesC
> 你访问google.com的时候,让DNS走VPS去解析。 其实所有被墙的域名,都应该走VPS做DNS解析。 不是特别理解,能不能展开讲讲或者分享一些相关资料呢,谢谢!
> v2ray/v2ray-core#3019 已经按照这个issue下面的建议修改了,尝试几天看看,感谢!
> v2ray/v2ray-core#3019 已经按照这个issue下面的建议修改了,尝试几天看看,感谢!
Thanks for the feedback. We are aware of the issue. It will be fixed with our next release. Please stay tuned.
Yes it is fixed now. Thanks James.
@Hapluckyy @TomZhou2024 This is because your `MessageChunk` is defined locally, not by TaskingAI Client SDK. And it is impossible for our Client SDK to return objects defined by our user....
Thanks for the suggestion Hapluckyy. Currently, after a user finished configuring an assistant, the assistant can be accessed outside TaskingAI with the following two methods: through the [Python SDK](https://docs.tasking.ai/docs/guide/getting_started/quickstart) or...
A management feature currently under development is to invite people to your space and projects. Invited users can access and test your assistants. There will also be permission management for...
> @jameszyao @SimsonW @XiaoZhou2024 Hello, thanks for the feature. How can I make the API "OpenAI-compatible" when I self-host TaskingAI? You may find the instructions by: go to assistant or...
Or If you are using Python, please follow the instructions here: https://www.tasking.ai/examples/access-taskingai-agents-through-openai-compatible-apis This post was for using cloud platform. And since you are self-hosting, simply replace `base_url` to `http://127.0.0.1:8080/v1` (assuming...