Skip to content

Commit 63dca1f

Browse files
committed
fix link
Change-Id: If23c8b48e53238c99d71d68f3669e521a5a82c2f
1 parent e1d714f commit 63dca1f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

samples/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ Each file is structured as a runnable test case, ensuring that samples are execu
88

99
## Contents
1010

11-
| File | Description |
12-
| ---- | ----------- |
13-
| [cache.py](./cache.py) | Context caching |
14-
| [chat.py](./chat.py) | Multi-turn chat conversations |
15-
| [code_execution.py](./code_execution.py) | Executing code |
11+
| File | Description |
12+
|------------------------------------------------------------------| ----------- |
13+
| [cache.py](./cache.py) | Context caching |
14+
| [chat.py](./chat.py) | Multi-turn chat conversations |
15+
| [code_execution.py](./samples/code_execution.py) | Executing code |
1616
| [configure_model_parameters.py](./configure_model_parameters.py) | Setting model parameters |
17-
| [controlled_generation.py](./controlled_generation.py) | Generating content with output constraints (e.g. JSON mode) |
18-
| [count_tokens.py](./count_tokens.py) | Counting input and output tokens |
19-
| [embed.py](./embed.py) | Generating embeddings |
20-
| [files.py](./files.py) | Managing files with the File API |
21-
| [function_calling.py](./function_calling.py) | Using function calling |
22-
| [models.py](./models.py) | Listing models and model metadata |
23-
| [safety_settings.py](./safety_settings.py) | Setting and using safety controls |
24-
| [system_instruction.py](./system_instruction.py) | Setting system instructions |
25-
| [text_generation.py](./text_generation.py) | Generating text |
26-
| [tuned_models.py](./tuned_models.py) | Creating and managing tuned models |
17+
| [controlled_generation.py](./controlled_generation.py) | Generating content with output constraints (e.g. JSON mode) |
18+
| [count_tokens.py](./count_tokens.py) | Counting input and output tokens |
19+
| [embed.py](./embed.py) | Generating embeddings |
20+
| [files.py](./files.py) | Managing files with the File API |
21+
| [function_calling.py](./function_calling.py) | Using function calling |
22+
| [models.py](./models.py) | Listing models and model metadata |
23+
| [safety_settings.py](./safety_settings.py) | Setting and using safety controls |
24+
| [system_instruction.py](./system_instruction.py) | Setting system instructions |
25+
| [text_generation.py](./text_generation.py) | Generating text |
26+
| [tuned_models.py](./tuned_models.py) | Creating and managing tuned models |

0 commit comments

Comments
 (0)