lucoiso / UEHttpGPT

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.
https://forums.unrealengine.com/t/free-httpgpt-integrate-chatgpt-in-the-engine-via-asynchronous-tasks-rest/765168?u=lucoiso
MIT License
202 stars 50 forks source link

Please provide model var as string #95

Open alegroSandermann opened 11 months ago

alegroSandermann commented 11 months ago

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.