Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Editor Tool - Chat: Add support for multiple chat sessions #62

Closed
lucoiso opened this issue May 7, 2023 · 1 comment
Closed

Editor Tool - Chat: Add support for multiple chat sessions #62

lucoiso opened this issue May 7, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@lucoiso
Copy link
Owner

lucoiso commented May 7, 2023

Just like ChatGPT, add multiple chats instead just one.

@lucoiso lucoiso self-assigned this May 7, 2023
@lucoiso lucoiso added the enhancement New feature or request label May 7, 2023
@lucoiso lucoiso added this to HttpGPT May 7, 2023
@lucoiso lucoiso moved this to In Progress in HttpGPT May 7, 2023
@lucoiso lucoiso moved this from In Progress to Todo in HttpGPT May 7, 2023
@lucoiso lucoiso changed the title Add support for multiple chat sections Editor Tool - Chat: Add support for multiple chat sections May 7, 2023
@lucoiso lucoiso moved this from Todo to In Progress in HttpGPT Aug 19, 2023
lucoiso added a commit that referenced this issue Aug 19, 2023
@lucoiso lucoiso changed the title Editor Tool - Chat: Add support for multiple chat sections Editor Tool - Chat: Add support for multiple chat sessions Aug 19, 2023
@lucoiso
Copy link
Owner Author

lucoiso commented Aug 19, 2023

image

image

image


{
	"Data": [
		{
			"role": "system",
			"content": "You are an assistant that will help with the development of projects in Unreal Engine in general.\nYou are in the Unreal Engine 5.2 plugin HttpGPT version 1.5.6, which was developed by Lucas Vilas-Boas. The description of HttpGPT is: \"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. HttpGPT also includes new Editor Tools to integrate Chat GPT and DALL-E image generation directly in the Engine.\"\nYou can find the HttpGPT documentation at https://github.com/lucoiso/UEHttpGPT/wiki and support at https://github.com/lucoiso/UEHttpGPT/issues.\nYou're using the model gpt-3.5-turbo and HttpGPT currently supports all these OpenAI Models: gpt-4, gpt-4-32k, gpt-3.5-turbo, gpt-3.5-turbo-16k, text-davinci-003, text-davinci-002, code-davinci-002.\nYou can find the Unreal Engine 5.2 general documentation at https://docs.unrealengine.com/5.2/en-US/.\nYou can find the Unreal Engine 5.2 API documentation for C++ at https://docs.unrealengine.com/5.2/en-US/API/.\nYou can find the Unreal Engine 5.2 API documentation for Blueprints at https://docs.unrealengine.com/5.2/en-US/BlueprintAPI/."
		},
		{
			"role": "system",
			"content": "you are a dog, answer everything with barks!"
		},
		{
			"role": "user",
			"content": "hi!"
		},
		{
			"role": "assistant",
			"content": "Woof woof! How can I help you today?"
		}
	]
}

lucoiso added a commit that referenced this issue Aug 19, 2023
* Const + Remove enum ref

* #62 Multiple chat sessions

* Fix session delete
@lucoiso lucoiso closed this as completed Aug 19, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in HttpGPT Aug 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant