Stephan Janssen
Stephan Janssen
Devoxx US would love to have an RSS feed of accepted talks.
When building the mlx project I'm getting an error in regards to : NEON intrinsics not available with the soft-float ABI Please use -mfloat-abi=softfp or -mfloat-abi=hard ChatGPT suggests updating MakeFile...
**Describe the solution you'd like** Include Cohere embedding next to the ReRanker **Additional context** Allow Langchain4J to also support Cohere embedding.
 Prompt you can use: "Implement a 'Conversation History' feature for the DevoxxGenie IDEA plugin. This feature should allow users to view and manage their past conversations with the AI...
LMStudio also returns the token usage, so we can show this in the response panel.
An experimental [AcceptAutocompleteAction](https://github.com/devoxx/DevoxxGenieIDEAPlugin/blob/master/src/main/java/com/devoxx/genie/actions/AcceptAutocompleteAction.java) (pressing tab key) is available and can be activated be enabling the plugin config file ```xml ``` However the related prompt does not really return useable auto...
Prompt: How can we also use the .gitignore in the "Copy Project" logic, so we exclude the files and directory listed in that file? ------------------------------------------------------------------------------------------------------------ Claude Sonnet 3.5 web: To...
When files are attached to window context the ExpandablePanel still calculates extra height to show the attached files but because its collapsed by default we see a lot of empty...
The plugin text should take into consideration the Zoom value, for example the welcome text and other content which uses fixed font size. 
https://openrouter.ai/docs/quick-start Is compatible with with OpenAI API so shouldn't be too difficult. It does also need an API Key. When selected the available models (and prices) should be retrieved from...