try13
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from langchain import PromptTemplate, LLMChain
|
2 |
from gpt4all import GPT4All
|
3 |
from huggingface_hub import hf_hub_download
|
|
|
4 |
import os
|
5 |
#gpt=GPT4All("ggml-gpt4all-j-v1.3-groovy")
|
6 |
hf_hub_download(repo_id="dnato/ggml-gpt4all-j-v1.3-groovy.bin", filename="ggml-gpt4all-j-v1.3-groovy.bin", local_dir=".")
|
|
|
1 |
from langchain import PromptTemplate, LLMChain
|
2 |
from gpt4all import GPT4All
|
3 |
from huggingface_hub import hf_hub_download
|
4 |
+
import streamlit as st
|
5 |
import os
|
6 |
#gpt=GPT4All("ggml-gpt4all-j-v1.3-groovy")
|
7 |
hf_hub_download(repo_id="dnato/ggml-gpt4all-j-v1.3-groovy.bin", filename="ggml-gpt4all-j-v1.3-groovy.bin", local_dir=".")
|