opfromthestart

Results 26 comments of opfromthestart

I believe it is supposed to be more like a -1 to 0 scale for politeness, where if there is nothing rude in the answer it would be all the...

A way I've seen in a couple programming questions is that when you copy ChatGPT code, it always has "Copy code" written in the code block.

I would like to work on this. Could you give a rough pointer to where in the codebase each of those would have to be? I would probably be better...

It is supposed to be `docker compose` and not `docker-compose`. Look at [this site](https://projects.laion.ai/Open-Assistant/docs/faq#docker-compose-instead-of-docker-compose)

Some discussion probably should be had on whether or nor plugins should be able to talk to each other, as I could see this being used in nefarious ways, eg...

Frontend may be working, but I can't check without fixing the database, which i dont know how to do.

Some of the changes were due to getting mypy to not show any errors in the project. I am used to using typed languages and wanted to not have errors...

I reset the database but it is still saying that it cannot find the "usedPlugins" column.

@draganjovanovich This does the first, as well as showing all responses it received at the end, allowing it to properly use the output of multiple plugins as the final output.

@draganjovanovich What I mean is, that instead of just returning the last observation as the output to the final prompt, it returns all the observations appended to each other.