Skip to content
Snippets Groups Projects
Commit 400f7975 authored by Giner, Aaron's avatar Giner, Aaron
Browse files

removed API keys/access tokens from files

parent 1738267c
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,6 @@
1) Open sample-scene `ExampleScene`.
2) Models can be selected in the Inspector of the `test` GameObject.
3) Add an Agent in den Editor GUI: `Window/Generative Agents`
4) Start instance
\ No newline at end of file
4) Start instance
5) Add your OpenAI API key in `ChatSessionManager.cs` script to use the OpenAI API.
5) Add your own access token in `ChatSessionManager.cs` script for any model repos that require one
\ No newline at end of file
......@@ -15,9 +15,9 @@ public class ChatSessionManager : MonoBehaviour
modelFile:"llama-2-7b-chat.Q4_K_M.gguf",
modelTokRepo:"meta-llama/Llama-2-7b-chat-hf",
allowSystemPrompt: true,
apiKey:"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"),
apiKey:"to_replace"),
new Model(openAIModel:"gpt-3.5-turbo",
apiKey:"sk-proj-aUDdsiCXHDwoHewZFL9AT3BlbkFJIkKZEYaMi5AGEBDbW2zv"),
apiKey:"to_replace"),
};
private enum ModelOption
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment