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

Palm-langchain #1

Merged
merged 2 commits into from
Nov 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update
  • Loading branch information
ebron01 committed Nov 3, 2023
commit 14a565f6939db6805e8af8f90628783d104daa6c
2 changes: 1 addition & 1 deletion palm_langchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
load_dotenv(find_dotenv())

llm = GooglePalm(google_api_key=os.environ["GOOGLE_API_KEY"])
llm.temperature = 0.1W
llm.temperature = 0.1

# prompts = ["The opposite of hot is", "the opposite of cold is"]
# llm_results = llm._generate(prompts)
Expand Down