aimzieslol
aimzieslol
This would be great! Would a workaround be using the `Ollama Embeddings` or the `Custom Open AI Embeddings` nodes?
Latest test using the same code from before produces this error: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 from swarms import Agent, OpenAIChat 2...
Having the same problem, also. Installed via both `scoop` and `choco`, uninstalled/re-installed multiple times, run as `admin`, etc. etc. No luck. Worked great up until a few days ago. OS...
> > the temp solution is: remove shared_preferences.json file from C:\Users[current user]\AppData\Roaming\com.bostrot\WSL Distro Manager then restart the app. > > @aimzieslol @mir-am @silasalves have you tried the solution above? Also...
@aaazzam Seems to be working OK. I'll mess around w/it some more. Thanks!
@kyegomez @vaidikcs I'm having this problem as well using Groq with the `OpenAIChat` class. `@tool` definition looks like this: ``` @tool(name='dumb_string', return_string=True, return_dict=False) def dumb_string(dumb_str: str): return f'this is dumb:...