Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple chat sessions in Editor Tool #80

Merged
merged 3 commits into from
Aug 19, 2023

Conversation

lucoiso
Copy link
Owner

@lucoiso 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 lucoiso merged commit 3ab6d38 into development Aug 19, 2023
@lucoiso lucoiso deleted the feature/MULTI-SECTION-62 branch August 19, 2023 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant