485 Commits

Author SHA1 Message Date
kennethreitz b5a901efaf Bump version to 0.3.3 and remove debug print statements from OpenAI provider v0.3.3 2025-02-08 19:14:30 -05:00
kennethreitz 9ccef9abdc Refactor OpenAI provider code for improved readability and consistency 2025-02-08 19:13:15 -05:00
kennethreitz 3421de0fc1 Merge pull request #61 from Red5d/main
Add tool-calling capability for Groq provider
2025-02-01 10:20:55 -05:00
Red5d 54b0007947 Add tool-calling capability for Groq provider 2025-02-01 00:57:15 -05:00
kennethreitz 90af44ace0 Merge pull request #53 from Red5d/main
Add image support to the OpenAI provider
2025-01-30 19:50:51 -05:00
kennethreitz cff3bff3d5 Merge pull request #59 from fcoagz/patch-1 2025-01-29 17:45:50 -05:00
Francisco Griman 3abbb79f6c Update .envrc.template 2025-01-29 18:41:01 -04:00
kennethreitz 59c1bd3a0f Update README.md 2025-01-27 11:56:09 -05:00
kennethreitz 052781014d bump version to 0.3.2 and improve Deepseek provider v0.3.2 2025-01-27 11:54:03 -05:00
kennethreitz db28f1195c bump version to 0.3.1 in pyproject.toml 2025-01-27 11:49:51 -05:00
kennethreitz b0a7197c6e Update changelog to reflect introduction of Deepseek provider in version 0.3.1 2025-01-27 11:49:29 -05:00
kennethreitz 7684c2568b Update changelog to include Deepseek provider introduction 2025-01-27 11:48:53 -05:00
kennethreitz 8b90dbba40 Add Deepseek provider information to README 2025-01-27 11:48:23 -05:00
kennethreitz 752ccb1de8 Merge pull request #55 from jin10086/deepseek
add llm_provider  Deepseek
2025-01-27 11:46:57 -05:00
kennethreitz 391bfaaeab bump version to 0.3.0 and update changelog for conversation save/load functionality 2025-01-11 08:42:32 -05:00
kennethreitz d963bc0b1c Update simplemind/providers/deepseek.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-01-10 11:40:20 -05:00
jin10086 0c1f225252 add llm_provider Deepseek
docs: https://api-docs.deepseek.com/
2025-01-10 09:33:15 +08:00
kennethreitz 4decaa0722 Merge pull request #51 from lucianosrp/feat/save-conversation
feat: add conversation save/load functionality
2025-01-09 17:08:14 -05:00
kennethreitz 39b5a5e19d Merge pull request #54 from gabrielmotaa/fix/missing-dependency-gemini
Missing dependency when using Gemini
2024-12-10 17:28:55 -05:00
Gabriel da Mota ef38fea767 fix missing dependency 2024-12-09 11:28:43 -03:00
Red5d 8181f37fed Add support for specifying an image_url parameter when using generate_text() or generate_data() with models that can process images. 2024-11-27 16:26:11 -05:00
Luciano 3aacfd51ee Merge branch 'main' into feat/save-conversation 2024-11-26 16:38:56 +01:00
Luciano Scarpulla a2991eec0c add conversation save/load functionality 2024-11-26 23:37:30 +08:00
kennethreitz 9ae9a2703a Merge pull request #49 from wei840222/main
Fix: Ollama error TypeError: 'Chat' object is not callable
2024-11-22 12:07:00 -05:00
wei840222 0661b097d2 fix: Ollama error TypeError: 'Chat' object is not callable 2024-11-23 00:56:33 +08:00
kennethreitz fad442ba3f Update FUNDING.yml 2024-11-17 06:29:05 -05:00
kennethreitz 5b9624c385 Remove Ko-fi and thanks_dev entries from funding configuration 2024-11-17 06:26:10 -05:00
kennethreitz 8ff0521e17 Add funding configuration for project contributors 2024-11-17 06:25:14 -05:00
kennethreitz d5bdb712e9 Add tool_calling.py and test_tools.py 2024-11-15 20:29:35 -05:00
Luciano Scarpulla a97f9be2c8 fix openai 2024-11-15 12:09:39 +08:00
Luciano Scarpulla 107f983a18 add openai 2024-11-14 17:25:34 +08:00
Luciano Scarpulla 2404e2c977 some refactoring 2024-11-13 18:05:51 +08:00
Luciano Scarpulla c87a598286 fix import 2024-11-13 17:55:46 +08:00
Luciano Scarpulla 9662b60177 add decorator test 2024-11-13 17:54:58 +08:00
Luciano Scarpulla ea997aae7b add tool decorator and example 2024-11-13 12:24:02 +08:00
Luciano Scarpulla 081baf203c add README section 2024-11-12 12:18:33 +08:00
Luciano Scarpulla 4cb18e9e3b re-add changes from main 2024-11-12 11:54:24 +08:00
Luciano 0462ea0e38 Merge branch 'main' into feat-function-calling 2024-11-12 11:50:55 +08:00
Luciano Scarpulla 8492ec9456 add base edits 2024-11-12 11:49:06 +08:00
Luciano Scarpulla 1709055e1a first basic working version (anthropic) 2024-11-12 11:48:27 +08:00
kennethreitz 5fa67c3b2f Update CHANGELOG.md and pyproject.toml for version 0.2.4 v0.2.4 2024-11-11 11:38:03 -05:00
kennethreitz b7e950a8f0 Refactor imports in amazon.py 2024-11-11 11:37:30 -05:00
kennethreitz 735c6ba665 Bump version to 0.2.3 in pyproject.toml 2024-11-11 11:30:11 -05:00
kennethreitz 9132030cbd Update CHANGELOG.md to remove default max-tokens for OpenAI provider 2024-11-11 11:30:11 -05:00
kennethreitz aeea8936ce Merge pull request #42 from Siddhesh-Agarwal/main
Removed redundant variables
2024-11-11 11:30:02 -05:00
Luciano Scarpulla c2303114ab fix base 2024-11-11 12:40:20 +08:00
Luciano Scarpulla fe5af93780 first draft 2024-11-11 12:29:00 +08:00
Siddhesh Agarwal e79b474215 fixed dependencies 2024-11-10 20:05:49 +05:30
Siddhesh Agarwal fe2ca9d5f5 black + isort formatting 2024-11-10 20:00:13 +05:30
Siddhesh Agarwal 670240b943 removed reduntant variables. moved few inside the class 2024-11-10 19:59:52 +05:30