Gabriel Willen

Results 17 comments of Gabriel Willen

> Same issue, I am getting the following error while using llama-2-chat-hf model text_generation_router::server: router/src/server.rs:585: Template error: invalid operation: object has no method named strip (in :1) I'm also experiencing...

> @gabewillen So, we must manually strip out the input message before feeding it to the OpenAI client? @vibhorag101 Just remove the whitespace as that's what was being done in...

Also ensure your first message after the optional system message has a "user" role and that they alternate between "user" and "assistant".

This is why we abandoned the serverless VLLM worker. We are now using a custom TGI serverless worker that hasn't experienced this issue.

> tyvm @gabewillen We will review the generated documentation. Also, might be interesting for you too, is to look why the documentation build has failed. Oh you mean the 80...

Thank you for your prompt response. Our situation is quite unique. Ideally, we would utilize a web application, but due to time constraints and our frontend team being occupied, we...

> Thanks for sharing the details. For your needs, I would suggest adding a simple if/else statement to the SlackApp initialization process as shown below: > > ```ts > export...

This is actually a fairly simple fix. `AbstractRNNCell` was just an abstract class (Protocol) with methods stubbed out that the `RNN` class requires for a cell. To fix this simply...

The entire process took two minutes

Want me to delete this PR?