Lance_Lake
Lance_Lake
I am. In order for it to accept the json input, it needs this format for characters. ``` '{ "messages": [ { "role": "user", "content": "Hello! Who are you?" }...
From instruct (Sending the same JSON as before) `Exception: Error occurred. peer closed connection without sending complete message body (incomplete chunked read)` From ooga ``` 09:52:16-875375 ERROR Could not find...
> I see, I shall work on a PR to fix this... We used to run Oobabooga with Open-interpreter using ooba before, but it was a buggy mess If you...
I just get the same error. Are you running the most up to date Oogabooga? Can you send what is being sent in terms of JSON to ooga? Mine is...
> > I just get the same error. Are you running the most up to date Oogabooga? Can you send what is being sent in terms of JSON to ooga?...
> I am not getting this error. This is what I see in the OI side from the time I launch it (I am using the -v option for the...
My bad. The JSON sent was this. {'role': 'user', 'content': 'What time is it?'} According to the OogaBooga OpenAI API docs, you need a "character" pair and "mode" pair when...
I don't know how to use git to do a pull request. However, after looking it over, it sounds like it basically sets a dummy key. I already do that....
Nope. Same exact error. ``` 17:37:33-823640 ERROR Could not find the character "None" inside characters/. No character has been loaded. Exception in ASGI application ``` ``` Traceback (most recent call...
> OI has stated `...opinionated on the fact that if an API base is set, it needs to be OpenAI compatible` > > Is having a `Character` keypair OpenAI compatible?...