Nurali Techie
Nurali Techie
Hi @jursonmo we support function call for chat completion but we don't have example added so far. Let us give a try soon. All examples can be found here https://github.com/go-deepseek/deepseek/tree/main/examples
Hi @jursonmo Thanks for the example link. I am following the example from deepseek https://api-docs.deepseek.com/guides/function_calling#sample-code and found that there are some gaps in making function calls with this DeepSeek client....
Tested OK :heavy_check_mark: Hi, I have created aibrix cluster following guide -- https://github.com/vllm-project/aibrix/blob/main/development/vllm/README.md ; after that I followed this PR guide to add semantic-router. It's working as expected. Thanks @Xunzhuo...
> I think the initial version overall looks good to me. I would like to check whether that's helpful to make it part of the release manifest. @googs1025 @Xunzhuo @nurali-techie...
> I think it's time to revisit the gateway arch now. I will follow up in slack channel @Jeffwan true :+1: I am interested to get involved here. Plz tag...
@googs1025 I could take this :-) @googs1025 @Jeffwan fix will result into changing go version from 1.22.x to 1.24.x / 1.25.x for AIBrix project, would that be fine ? Ideally,...
> Is it possible to avoid the upgrade? Let me check details and get back here 👍
@googs1025 Investigation so far .. **Step-1:** I have started from scratch; freshly `git clone` aibrix repo and then run `make generate` `make generate` gives below error, ``` $ aibrix git:(main)...
> Can't we solve this problem by upgrading controller-gen or code-generator? @googs1025 I don't think so. --- Just to unblock `make generate`; I hard-coded `code-generator` version to `v0.32.0` here (check...
@googs1025 here you go; I have raised PR ([link](https://github.com/vllm-project/aibrix/pull/1801)), check `go.mod` file changes with go version change to `1.23` (check -- [code_link](https://github.com/vllm-project/aibrix/pull/1801/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6)) This is the minimum changes needed to run...