Getting started with basic coding in Langchain -Tamil

Published: 23 February 2024
on channel: Tech with DK
365
13

to install:

pip install langchain --user
pip install Openai --user

code used in video :

from langchain.llms import OpenAI
import os
os.environ["OPENAI_API_KEY"] = "YOUR-API-KEY"
llm = OpenAI(model_name="gpt-3.5-turbo-instruct")
our_query = "What is the currency of India?"
completion = llm(our_query)
print(completion)


On this page of the site you can watch the video online Getting started with basic coding in Langchain -Tamil with a duration of hours minute second in good quality, which was uploaded by the user Tech with DK 23 February 2024, share the link with friends and acquaintances, this video has already been watched 365 times on youtube and it was liked by 13 viewers. Enjoy your viewing!