We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d1a64 commit 59514ddCopy full SHA for 59514dd
lib/langchainrb_rails/generators/langchainrb_rails/assistant_generator.rb
@@ -84,6 +84,12 @@ def copy_stylesheets
84
# def add_to_gemfile
85
# end
86
87
+ def post_install_message
88
+ say "1. Set an environment variable ENV['#{llm.upcase}_API_KEY'] for your #{llm_class}."
89
+ say "2. Run `rails db:migrate` to apply the database migrations to create the assistants and messages tables."
90
+ say "3. Start your Rails server and navigate to `/assistants` to create your first assistant!"
91
+ end
92
+
93
private
94
95
# @return [String] LLM provider to use
0 commit comments