Joshua Galvan

Results 4 issues of Joshua Galvan

Running: `npx create-next-app nextjs-flask --example "https://github.com/vercel/examples/tree/main/python/nextjs-flask"` `cd nextjs-flask` `npm install` `npm run dev` results in: ``` > [email protected] dev > concurrently "pnpm run next-dev" "pnpm run flask-dev" [0] [0] >...

OpenSim should be easily installable into any python environment via pip. The steps to currently get opensim working in Python are convoluted, and should be as simple as: ``` conda...

- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? Pie charts that are filled...

bug
enhancement
breaking change

OpenAI just released `gpt-4-0613`, `gpt-4-32k-0613`, and `gpt-3.5-turbo-0613` which allow "function calling" from the model. See: [New function calling docs](https://platform.openai.com/docs/guides/gpt/function-calling), and [blog update](https://openai.com/blog/function-calling-and-other-api-updates).