Skip to content

Commit

Permalink
tutorial101
Browse files Browse the repository at this point in the history
  • Loading branch information
ronidas39 committed Jul 8, 2024
1 parent 93c2f3a commit 13f1d4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tutorial101/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from langchain_community.llms import Ollama

llm=Ollama(model="llama3:8b")
response=llm.invoke("WRITE AN ARTICLE ON LLM & nlp")
print(response)
Binary file added tutorial101/tutorial101.pptx
Binary file not shown.

0 comments on commit 13f1d4c

Please sign in to comment.