From 100e7d08be27c748f0bca005b00426a356fe48cc Mon Sep 17 00:00:00 2001 From: mematixd3162 Date: Sat, 31 Jan 2026 17:28:12 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9737c9c..4cd08bd 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,17 @@ datasets: - HuggingFaceH4/ultrachat_200k - HuggingFaceH4/ultrafeedback_binarized language: +- tr - en widget: - - example_title: Fibonacci (Python) - messages: - - role: system - content: You are a chatbot who can help code! - - role: user - content: Write me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI. +- example_title: Fibonacci (Python) + messages: + - role: system + content: You are a chatbot who can help code! + - role: user + content: >- + Write me a function to calculate the first 10 digits of the fibonacci + sequence in Python and print it out to the CLI. ---