-
-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Duckduckgo AI chat models (llama3, claude3, gpt4o, mixtral)? #645
Comments
Have you had any progress on this? |
I made some improvements to my curl script, let me check this evening if I could patch/configure to achieve thé same. |
Here's something I have come up using python . Inspired by DuckDuckGo cli tool. run using uv run https://gist.githubusercontent.com/sukhbinder/a0af1b6649116a0c3787d5eec882eaa4/raw Demo |
Will try to port it as a llm-plugin during this weekend. |
Adding syntax highlighting to by default would be a huge benefit to code outputs. The only reasonable way to do this now would be something like <llm_curl_script> | bat. On llm. |
I could have added |
Release these based on this..
|
Hi,
I made a curl+jq shell script to query DuckDuckGo AI models:
https://github.com/zoobab/curlduck
Would it be hard to add support for Duckduckgo AI chat models (llama3, claude3, gpt4o, mixtral) inside your LLM tool?
Best,
The text was updated successfully, but these errors were encountered: