Skip to content

Commit

Permalink
Merge pull request aiplanethub#33 from arya-aiplanet/main
Browse files Browse the repository at this point in the history
removed key from test.py
  • Loading branch information
chanukyapatnaik authored Apr 20, 2024
2 parents 1d556ed + 39da549 commit 03624d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from beyondllm import source,retrieve,embeddings,llms,generator
from beyondllm.llms import GeminiModel
import os
os.environ['GOOGLE_API_KEY'] = "AIzaSyAsgNPR2-ve6QZqR9B5snRzW6Awm2-28o4"
os.environ['GOOGLE_API_KEY'] = "YOUR-GOOGLE-API-KEY"

data = source.fit(path="https://tarunjain.netlify.app", dtype="url",chunk_size=1024)
retriever = retrieve.auto_retriever(data,type="normal")
Expand Down

0 comments on commit 03624d0

Please sign in to comment.