Will Kurt
Will Kurt
I was caught by surprise the other day when doing some vector subtraction when using pd.get_dummies. The issue is that the default dtype is np.uint8 which means that cases where...
# Function Calling for Any Open Model Based on the work in the post [Beating GPT-4 with Open Models](https://blog.dottxt.co/oss-v-gpt4.html) where we implement function calling for a variety of open models...
### Describe the issue as clearly as possible: When using `models.llamacpp` and creating JSON using a Pydantic model I get an error when generating the first result (see code to...