IT Lackey

Results 22 comments of IT Lackey

A few articles would be great!

I have local code llama running via FastChat OpenAI API and would love to use MetaGPT with it. Are there any other changes other than config and stop attempts that...

> > Here is an update on my progress. I can validate that MetaGPT does work on a local server. It seems the "stop" field in the request body can...

I am having the same issue while running the docker container. Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/tenacity/_asyncio.py", line 50, in __call__ result = await fn(*args, **kwargs) File "/app/metagpt/metagpt/actions/action.py", line...

+1 for getting this to work with local OpenAI API endpoint. I have one running via FastChat and would love to use it for MetaGPT

I have it working with LM Studio and dolphin 2.2 but needed to include some additional instructions in the task to help the model respond in the correct format to...

I changed the width property of .pagedjs_page to use minmax which allows one or two page layout depending on viewport width. This is a quick hack but worked for my...

Having the same issue on linux

Thanks for posting this. Which recipe did you see this in?

Thanks for reporting this. I have updated the recipe and submitted a PR to merge it into the repo.