Skip to content

Instantly share code, notes, and snippets.

@ohmeow
ohmeow / openhermes-functions_waydegilliam.ipynb
Created November 24, 2023 19:12
Functions Calling with OpenHermes 2.5 using python functions and pydantic classes
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ohmeow
ohmeow / main.py
Created November 22, 2023 17:31
LangChain, LangSmith, LangServe Arxiv "Research Assistant"
import json
import requests
from bs4 import BeautifulSoup
from dotenv import load_dotenv
from langchain.chat_models import ChatOpenAI
from langchain.prompts import ChatPromptTemplate
from langchain.retrievers import ArxivRetriever
from langchain.schema.output_parser import StrOutputParser
@ohmeow
ohmeow / langchain_tracing_example.ipynb
Created November 13, 2023 19:21
langchain_tracing_example.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ohmeow
ohmeow / corise-forecasting-project-4.ipynb
Created July 16, 2023 21:55
Corise Forecasting - Project 4
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.