Rafael Santos

Results 40 comments of Rafael Santos

I feel I have the same question as you @owenzhao and I believe the answers above do not grasp the concept of the question. So I will give it a...

If you enable the debug mode in the server you can see, beside a bunch of other information the prompt being fed to the model. That helps to get to...

@silasalves, please have another go but set the options `raw: true` on generate. This way the model won't use the template. Also, try again, using the output from chat log...

Here, I think I now got the grip on how to run this test. here are my results: Chat call ``` thread = [ {"role": "system", "content": "Your name is...

Ah, that's really good to know. I will get to adjust that before get to version 3.2. My config is set to 3.0 for now, though. I am using: ```...

Heads-up, I noticed some missing lower case "g" on Open Sans after upgrading to versions mentioned above. But instead of changing prawn or downgrade it I have downloaded a newer...

I am not sure but, try removing the redirect_uri param and let the gem generate one automatically . maybe the endpoint that should trigger the callback_phase is not being called...

@kwent did this resolve your problem?

I like this idea, too. I have been investigating something along these lines since the beginning. I did not committed with this approach because I am still wondering what can...

I understand your point and keeping dictionaries in memory is what the gem does atm. But I wonder if there is a middle ground because usually only sign-ups and password...