diff options
author | Munyoki Kilyungi | 2024-01-04 16:00:05 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-01-04 16:00:26 +0300 |
commit | cfe9724a0907f559da9c2983fb2cd140cc7b39ee (patch) | |
tree | 5ff86053444e3565b060f74834b8bed4d497f618 /issues/trouble-shoot-500-on-llm-website.gmi | |
parent | 162867cff40d1fa4b0855afd2aa1fde87ccb9d89 (diff) | |
download | gn-gemtext-cfe9724a0907f559da9c2983fb2cd140cc7b39ee.tar.gz |
Close issue.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'issues/trouble-shoot-500-on-llm-website.gmi')
-rw-r--r-- | issues/trouble-shoot-500-on-llm-website.gmi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/issues/trouble-shoot-500-on-llm-website.gmi b/issues/trouble-shoot-500-on-llm-website.gmi index 1971349..fbeabac 100644 --- a/issues/trouble-shoot-500-on-llm-website.gmi +++ b/issues/trouble-shoot-500-on-llm-website.gmi @@ -6,7 +6,7 @@ * priority: high * type: llm * keywords: llm -* status: in progress +* status: closed ## Description @@ -44,3 +44,9 @@ raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://genenetwork.fahamuai.com/api/tasks? ask=Give%20me%20a%20dataset%20related%20to%20diabetes%20in%20GeneNetwork.org. ``` + +## Resolution + +There was a small typo with the Bearer Token: api.config.json. Fixing this resolved this issue. + +* closed |