{
"models": [
{
"title":"Groq Llama 8b",
"provider":"openai",
"model": "llama3-8b-8192",
"apiBase": "https://api.groq.com/openai/v1",
"apiKey": "",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#%% | |
from audioop import mul | |
import json | |
from statistics import mean | |
from typing import List | |
from matplotlib.pyplot import cla | |
from requests import delete | |
import spacy | |
from spacy import matcher | |
import torch |
OlderNewer