You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey bro I made some improvements and changes to the code, I don't know if you want to add it, the changes I made are the following:
compatibility with the pawanosman api (it is an api that is based on the openai api but has free ai models of up to 32k context)
chat-type context (I realized that I did not have the context implemented in the chat, although it is a little strange how I implemented it, it works and I put a list where the messages are put and added, so only the list with the messages is sent to the api and The AI understands it as a chat and that's how it is like a chat)
Also change the "Question" to ">"
By the way, in the code I think you understand how the context works, ask me anything and I'll tell you how it works.
And I think that's all I did. Well, in addition to the Pawanosman API, you can choose at the beginning between Openai's or Pawanosman's. Hopefully it will help you in a little while. I'll add that it's also compatible with Openai's. I'll give it to you in a file. text why doesn't it leave me in .py
The text was updated successfully, but these errors were encountered:
ready, I have already done the implementation of selecting the api you want, I am going to work a little more so that the api key is saved in a file, this is the code with the implementation of selecting: insomniagpt2v.txt
hey bro I made some improvements and changes to the code, I don't know if you want to add it, the changes I made are the following:
compatibility with the pawanosman api (it is an api that is based on the openai api but has free ai models of up to 32k context)
chat-type context (I realized that I did not have the context implemented in the chat, although it is a little strange how I implemented it, it works and I put a list where the messages are put and added, so only the list with the messages is sent to the api and The AI understands it as a chat and that's how it is like a chat)
Also change the "Question" to ">"
By the way, in the code I think you understand how the context works, ask me anything and I'll tell you how it works.
And I think that's all I did. Well, in addition to the Pawanosman API, you can choose at the beginning between Openai's or Pawanosman's. Hopefully it will help you in a little while. I'll add that it's also compatible with Openai's. I'll give it to you in a file. text why doesn't it leave me in .py
The text was updated successfully, but these errors were encountered: