Mike Thongvanh

Results 7 issues of Mike Thongvanh

Cannot run 'pod install' successfully because it expects 0.0.1

Commit [7faaed1927d0c003d51045b6e23bfda8c25ee5e8](https://github.com/lejard-h/chopper/commit/7faaed1927d0c003d51045b6e23bfda8c25ee5e8) breaks string interpolation for a path defined as follows: `@Post(path: "https://{domain}api.website.com/user/auth")` It generates the following url: `https://$domainapi.website.com/user/auth ` instead of the desired url: `https://${domain}api.website.com/user/auth `

…t is not executed queryList does not allow compound select statements to be executed. UNION queries throw state errors. updating the rootNode's type check to BaseSelectStatement instead of SelectStatement fixes...

app does not do anything when links are clicked in the response. either the app should not format the text into a link or the app needs to display a...

bug

the ollama examples have a privategpt sample proj that would be great to add to the app it requires langchain via python but the app does bit currently support running...

enhancement

we can pass options that override default options for the model but the app does not currently support customizing them add support for custom options when prompting the model -...

enhancement

open the model list via the navigation rail and view a model's details. then open the chat screen. finally open the model list again from the navigation rail and there...

good first issue