LLM Engineering : Week 2

Day 2.1

  • setup 
    • anthropic api key
    • google api key (more complex)
    • update .env file 

 

  •  What is Temperature ? 
    • Pass value between 0 to 1. 1 is most creative , 0 is least
  • There is a slight difference in Claude API and OpenAI 
    • in claude API we pass system message and user message separately
    • in claude we also give context 
    • if you want to stream , in claude there is an extra method , in openAI there is a boolean attribute. 
  •  


Day 2.2 : Gradio

 
 
 
 

Day 2.3

 
 
 
 

Day 2.4



Day 2.5





 
 
 
 

 

Comments

Popular posts from this blog

Agentic AI Course : Week 1

LLM Engineering course : Day 1