Hemang Joshi

Results 128 issues of Hemang Joshi

I have tried to make a chrome extention to publish chatGPT chat to GitHub for other people to read and take that as reference but as I dont have much...

There are so many hardcoded keywords in this library. for example : ```python tools = load_tools(["serpapi", "llm-math"], llm=llm) agent = initialize_agent(tools, llm, agent="zero-shot-react-description", verbose=True) ``` I want to add enums...

There are so many hardcoded keywords in this library. for example : ```python tools = load_tools(["serpapi", "llm-math"], llm=llm) agent = initialize_agent(tools, llm, agent="zero-shot-react-description", verbose=True) ``` I want to add enums...

added `star-history`

I found the work done under this repo is very much ground breaking , and that's why I though to create a Linkedin post to bring it to public eyes....

I hope that the owner of this repo know about the rules and regulations about intellectual property rights and takes consideration if anyone from Microsoft gets mad.

command : `python startup.py "write a cli snake game"` Error : ```python Traceback (most recent call last): File "startup.py", line 7, in from metagpt.roles import Architect, Engineer, ProductManager File "/home/hemang/Documents/GitHub/metagpt/metagpt/roles/__init__.py",...

Stop button in chat not working properly. Lets say that stop button should stop the generation process by killing it and not showing shimmer animation when generation stop button is...

I hope there was a time stamp on every message that is typed by the user or generated by the model, also in the chat history panel if the time...

Hello @roughike, Please share a example for storing and retriving JSON object or any custom class. There is this adapter thing that i cant grasp the concept of. [hjlabs.in](https://hjlabs.in)