Skip to content

Commit eb124b6

Browse files
committed
LlamaIndex: Satisfy link checker
1 parent d635928 commit eb124b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
# 429 Client Error: Too Many Requests
7272
r"https://www.terraform.io",
7373
r"https://developer.hashicorp.com",
74+
# 403 Client Error: Forbidden for url
75+
r"https://openai.com/index/gpt-4/",
7476
]
7577

7678
linkcheck_anchors_ignore_for_url += [

docs/integrate/llamaindex/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Introduction
55

6-
[LlamaIndex](https://www.llamaindex.ai/) is a data framework for Large Language Models (LLMs). It comes with pre-trained models on massive public datasets such as [GPT-4](https://openai.com/gpt-4) or [Llama 2](https://ai.meta.com/llama/) and provides an interface to external data sources allowing for natural language querying on your private data.
6+
[LlamaIndex](https://www.llamaindex.ai/) is a data framework for Large Language Models (LLMs). It comes with pre-trained models on massive public datasets such as [GPT-4](https://openai.com/index/gpt-4/) or [Llama 4](https://www.llama.com/models/llama-4/) and provides an interface to external data sources allowing for natural language querying on your private data.
77

88
[Azure Open AI Service](https://azure.microsoft.com/en-us/products/ai-services/openai-service) is a fully managed service that runs on the Azure global infrastructure and allows developers to integrate OpenAI models into their applications. Through Azure Open AI API one can easily access a wide range of AI models in a scalable and reliable way.
99

0 commit comments

Comments
 (0)