Skip to content

Commit

Permalink
Preparing Submission
Browse files Browse the repository at this point in the history
  • Loading branch information
pudu committed May 15, 2024
1 parent 7c2109b commit fe1c7ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# IJCAI24 Submission
# KR 2024 Submission

Title: Declarative Knowledge Distillation from Large Language Models for Visual Question Answering

Paper ID: 6318
Authors: Thomas Eiter, Jan Hadl, Nelson Higuera and Johannes Oetsch
6 changes: 3 additions & 3 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ def new(*args):
logger = logging.getLogger("clingo_errors")

client = OpenAI(
api_key="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",
api_key="",
)
os.environ["OPENAI_API_KEY"] = "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"
os.environ["OPENAI_API_KEY"] = ""
os.environ["COHERE_API_KEY"] = ""
os.environ["HUGGINGFACE_API_KEY"] = ""
os.environ["MISTRAL_API_KEY"] = "qwZ4Zw3j4gptdGkpRvMMt4hojoYVCrHv"
os.environ["MISTRAL_API_KEY"] = ""
os.environ["ANYSCALE_API_KEY"] = ""
os.environ["VOYAGE_API_KEY"] = ""
os.environ["LANGFUSE_PUBLIC_KEY"] = ""
Expand Down

0 comments on commit fe1c7ad

Please sign in to comment.