Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadsg authored Dec 4, 2023
1 parent e2d218b commit 1339a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meta-Introspector Tool Kit/meta_intro_student_tool_kit.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def run_chatbot(self):
self.chat_data['responses'].append({"role": "assistant", "content": assistant_response})

if __name__ == "__main__":
api_key = "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"
api_key = ""
chatbot = SimpleChatbot(api_key=api_key)

print('Meta_Introspecteror: This is the Meta_Introspecotr Cli Tool_Kit for Model Buidling, Toeknization and Training.')
Expand Down

0 comments on commit 1339a8c

Please sign in to comment.