HttpGPT is an Unreal Engine plugin that facilitates integration with OpenAI's GPT based services (ChatGPT and DALL-E) through asynchronous REST requests, making it easy for developers to communicate with these services.
Hard coded models are not good. Better would be a string where one can put the model by self.
What should I do if I want to use a fine tuned model?
Therefore please change the model var type to string.
Hard coded models are not good. Better would be a string where one can put the model by self. What should I do if I want to use a fine tuned model? Therefore please change the model var type to string.